PCA Index Dashboard Examples#
Ian’s Plot:#
x = np.linspace(0, 99, 100);
y = np.random.rand(100);
plt.plot(x, y, color = 'k', marker = 'x');
Jeremy’s Plots:#
This script was last run at 2024-03-22 10:13:02.083770+00:00 (UTC)
In US/Central Time, this is 2024-03-22 05:13:02.083770-05:00